home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / binutils / arparse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-13  |  425 b   |  27 lines

  1. typedef union {
  2.   char *name;
  3. struct list *list ;
  4.  
  5. } YYSTYPE;
  6. #define    NEWLINE    258
  7. #define    VERBOSE    259
  8. #define    FILENAME    260
  9. #define    ADDLIB    261
  10. #define    LIST    262
  11. #define    ADDMOD    263
  12. #define    CLEAR    264
  13. #define    CREATE    265
  14. #define    DELETE    266
  15. #define    DIRECTORY    267
  16. #define    END    268
  17. #define    EXTRACT    269
  18. #define    FULLDIR    270
  19. #define    HELP    271
  20. #define    QUIT    272
  21. #define    REPLACE    273
  22. #define    SAVE    274
  23. #define    OPEN    275
  24.  
  25.  
  26. extern YYSTYPE yylval;
  27.